From: Glenn Morris Date: Tue, 10 Apr 2007 03:50:59 +0000 (+0000) Subject: Fix typos. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~982 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=1cbfa63affab4bb0d4419aa08765b9ec1cd08f61;p=emacs.git Fix typos. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 64f42958baf..106ccc48daa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,14 +1,13 @@ -2007-04-08 Alan Mackenzie +2007-04-09 Alan Mackenzie * startup.el (inhibit-splash-screen): Emphatically state that it can't be set in site-start.el. 2007-04-09 Masatake YAMATO - * progmodes/cc-subword.el (c-capitalize-subword): Implement - better mimic the behavior of `capitalize-word'. They no longer - move point with a negative argument. - Based on code by Paul Curry. + * progmodes/cc-subword.el (c-capitalize-subword): More closely + mimic the behavior of `capitalize-word'. Do not move point with a + negative argument. Based on tiny change by Paul Curry. 2007-04-09 Paul Curry (tiny change)